net/http.Transport.hasCustomTLSDialer (method)
3 uses
net/http (current package)
transport.go#L385: func (t *Transport) hasCustomTLSDialer() bool {
transport.go#L469: case !t.ForceAttemptHTTP2 && (t.TLSClientConfig != nil || t.Dial != nil || t.DialContext != nil || t.hasCustomTLSDialer()):
transport.go#L1754: if cm.scheme() == "https" && t.hasCustomTLSDialer() {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)